The CRPESubreportInfo structure contains information on a subreport that appears in the main report. This structure is used by CRPEJob::GetSubreportInfo, to retrieve information about a subreport.
Member | Type | Default | Description |
---|---|---|---|
A string (of length PEP_SUBREPORT_NAME_LEN = 128) that contains the specified subreport name. | |||
Indicates the number of links that are present in the specified subreport. | |||
Indicates whether the specified subreport is available to the user on demand. Set to TRUE if the subreport is available on demand, FALSE if it is not, and PEP_UNCHANGED to retain the previous setting. | |||
Specifies TRUE if the subreport is imported and FALSE otherwise. | |||
Specifies the reimport option using one of the PEP_SRI_XXX Subreport Info Constants. |
This constructs a CRPESubreportInfo structure object. It assigns default values to the members of the structure.
This structure contains table difference information and is used by CRPEJob::CheckNthTableDifferences.
Each data member is set by the corresponding constructor parameter unless otherwise noted.
Member | Type | Default | Description |
---|---|---|---|
Contains any combination of PEP_TCD_XXX Table Difference Constants. | |||
This constructs a CRPETableDifferenceInfo structure object. Call the constructor with no parameters to allow the Class Library to initialize all member variables with default values. Pass parameters to the constructor to assign specific values to each member variable.
CRPETableDifferenceInfo (
WORD StructSize,
DWORD tableDifferences );
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |